home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / FR-OUTDS.ZIP / HD-WARN.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-05-13  |  825b  |  65 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     FOpen 1, PPEPath() + "HD-WARN.CFG", 0, 0
  26.     FGet 1, STRING001
  27.     FGet 1, STRING002
  28.     FGet 1, STRING003
  29.     PrintLn STRING001 + STRING002
  30.     Message 0, STRING003, "System Manager", "Get Some More HD Space", "R", 0, 0, 1, PPEPath() + "HD-WARN.MSG"
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       PrintLn 
  39. ;    1       FOpen 
  40. ;    3       FGet 
  41. ;    1       Message 
  42. ;
  43. ;
  44. ; ■ Functions used :
  45. ;
  46. ;    3       +
  47. ;    2       PPEPath()
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ; Analysis flags : No flag
  52. ;
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ; Postprocessing report
  56. ;
  57. ;    0       For/Next
  58. ;    0       While/EndWhile
  59. ;    0       If/Then or If/Then/Else
  60. ;    0       Select Case
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;                 AEGiS Corp - Break the routines, code against the machines!
  64. ;------------------------------------------------------------------------------
  65.